@charset "gb2312";
.wrap {
  clear: both;
}
.hot-bk {
  overflow: hidden;
  background-size: cover !important;
}
.hot-zt {
  width: 100%;
  clear: both;
  margin: 10px auto;
  overflow: hidden;
  max-width: 100%;
  /*border-radius: 13px;*/
}
.hot-zt a {
  display: inline-block;
  float: left;
  transition: 0.5s;
}
.hot-zt a:hover {
  /*transform: translateY(-5px);*/
}
.hot-zt a.w2 {
  width: 50%;
}
.hot-zt a.w3 {
  width: 33.33%;
}
.hot-zt a.w4 {
  width: 25%;
}
.hot-zt a.w5 {
  width: 20%;
}
.hot-zt a img {
  display: block;
  width: 1204px;
  margin: 0 auto;
}
.hot-zt.radius a img {
  display: block;
  width: 99%;
  margin: 2px 0.5%;
  border-radius: 10px;
}
.hot-bk .hot-zt {
  margin: 0 auto !important;
}
.hot-bk .hot-zt a img {
  border-radius: 0;
  margin: 0 !important;
  width: 100% !important;
}
@media screen and (max-width: 1000px) {
  .hot-zt.radius a img {
    border-radius: 5px;
  }
  .hot-zt a.w4.m2 {
    width: 50%;
  }
  .hot-bk .hot-zt a.w4 {
    width: 25% !important;
  }
}

.xkdh {
  width: 80px;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 24px 0 rgba(15, 66, 76, 0.25);
}
.xkhd {
  background: #ef2d36;
}
.xkhd a {
  display: block;
  font: 22px/20px "Microsoft Yahei";
  text-align: center;
  padding: 6px 9px;
  font-weight: bold;
  line-height: 28px;
  color: #ffffff;
}
.xkbm {
  width: 80px;
  height: auto;
  position: relative;
  left: 0;
}
.xkbm li {
  margin: 0 auto;
  width: 80px;
  box-sizing: border-box;
}
.xkbm li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.xkbm li > a {
  display: block;
  height: 4.2vh;
  font: 16px/4.2vh "Microsoft Yahei";
  color: #000000;
  text-align: center;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.xkbm li > a.hotred {
  color: #f00;
}
.xkbm li > a.xksz {
  font: 16px/2.6vh "Microsoft Yahei";
  padding: 1vh 0px;
  height: auto;
}
.xkbm li:hover > a {
  color: #fff;
  background: #fc5b4a;
  background: linear-gradient(0deg, #f44336, #e91e63);
  background: -webkit-linear-gradient(0deg, #f44336, #e91e63);
  background: -moz-linear-gradient(0deg, #fd832a, #fc5b4a);
  box-shadow: 0 0 2px 2px #f44336;
}
.xkbm li > div {
  position: absolute;
  left: 80px;
  top: 0;
  min-width: 164px;
  height: auto;
  background: #f8f8f8;
  padding: 15px 10px 0px;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transition: 0.6s all;
  -webkit-transition: 0.6s all;
  -ms-transition: 0.6s all;
  box-shadow: 6px 0 24px 0 rgba(15, 66, 76, 0.25);
}
.xkbm li > div hr {
  border-bottom: 1px dashed #f44336;
  margin: 15px 0;
  display: block;
  box-shadow: 0px 0px 8px 0px #ffb6b6;
}
.xkbm li > div a {
  display: block;
  padding: 6px 10px;
  margin-bottom: 10px;
  font: 14px/20px "Microsoft Yahei";
  color: #333;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 0px 2px 0 #bdbdbd;
  overflow: hidden;
}
.xkbm li > div a:hover {
  background: #ff4048;
  border: none;
  background: linear-gradient(to right, #f44336, #e91e63);
  color: #fff;
}
.xkbm li:hover > div {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .xkdh {
    width: 80px;
  }
  .xkbm {
    width: 80px;
  }
  .xkbm li {
    width: 80px;
  }
  .xkbm li > div {
    left: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .xkdh {
    display: none !important;
  }
}